/* Desktop, fixed width CSS */

/* Reset */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #ff3366;
	color: #000000;
	text-shadow: 2px 2px #ccff00;
	font-family: Xtreem Medium PERSONAL USE;
}
a, a:visited {
  color: #FFFFFF;
}
h1 {
  font-size: 5.5em;
	border: solid #000066;
	border-width: 2px 0;
	padding: 0.25em;
  text-align: center;
  font-variant: small-caps;
}
h2 {
  text-align: center;
  font-variant: small-caps;
}
.intro {
  font-size: 5em;
  line-height: 1.3em;
  text-align: justify;
  margin: 0.5em;
  font-weight: bold;
}
.footer {
  background: url(header.jpg);
  text-align: center;
  padding: .5em 0;
  font-style: italic;
  font-size: 20px;	
  color: white;
}
img {
  display: block;
  margin: auto;
  outline-style: outset;
}
li {
  text-align: center;
}

/* Structure */
body, .header, .navigation, .footer {
  width: 960px;
}
.header, .navigation, .footer {
  clear: both;
}
.header {
  background: url(header.jpg);
  height: 92px;
}
#main {
  margin: 25px 125px 0 125px;
  width: 710px;
}
.instructions {
  width: 480px;
  margin: auto;
  text-align: center;
  outline-style: double;
  font-size: 21px; 
}
p {
  margin: 10px 25px 10px 25px;
}